Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make --write-index work with concat with vcf (version 2) #2296

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

whitwham
Copy link
Contributor

This change makes concat --write-index work with uncompressed vcf as an input.

First attempt tried to avoid an internal bcf conversion in order to maintain speed. This version uses the existing conversion to make indexing easier.

Fixes #2246.

First attempt tried to avoid an internal bcf conversion in order to maintain speed.  This version does uses the conversion code already in place to make the indexing easier.
@pd3 pd3 merged commit 416eae1 into samtools:develop Oct 3, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

write-index does not appear to work from concat command
2 participants